swift-algorithm-club

swift로 구현하는 알고리즘!

여기에 누구나 좋아하는 새로운 언어인 swift로 구현해 본 알고리즘 세트가 있습니다!

라고 시작하고 있는 따끈 따끈한 프로젝트입니다.

기본적으로 알고리즘 코드는 playground로 되어 있습니다.

$git clone [https://github.com/raywenderlich/swift-algorithm-club][anchor0]

을 해서 내려 받고 나면

와 같이 많은 양의 알고리즘 프로젝트가 나옵니다.

Tree를 한번 살펴보겠습니다.

$cd Tree & open Tree.swift

playground가 있어서 너무 좋은 거 같네요.

근데 소스 코드만 있다면 상당히 썰렁할 수 있겠죠?

raywenderlich/swift-algorithm-club
_A tree represents hierarchical relationships between objects. This is a tree: A tree consists of nodes, and these nodes…_github.com

진짜는 Readme.md 파일

각각의 알고리즘 별로 설명이 잘 되어 있습니다. 알고리즘을 공부 하시는데 많은 도움이 될것으로 보입니다.

말이 더 필요할까요?

By Keen Dev on June 8, 2016.

Exported from Medium on May 31, 2017.